Crate prototk

source ·
Expand description

prototk is a protocol buffer (protobuf) library with a low-level API. Unlike protobuf libraries that focus on ease of use, code generation, or performance, prototk aims to expose every level of abstraction it has internally so that developers can use as much or as little as they wish.

Re-exports

Modules

Macros

Structs

Enums

  • Error captures the possible error conditions for packing and unpacking.

Constants

Traits